home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / software / radiance / ez3d / win95nt / data.z / Slope.spline.eiv < prev    next >
Text File  |  1995-04-21  |  775b  |  44 lines

  1. #Inventor V2.0 ascii
  2.  
  3. RsnSplineSetKit {
  4.     fields [ SFNode ctrlCoordinate3,
  5.         SFNode coordinate3,
  6.         SFNode splineList,
  7.         SFShort isJoinEnds, ]
  8.     isJoinEnds 0
  9.     ctrlCoordinate3        DEF +0 Coordinate3 {
  10.     point    [  0  1 0,
  11.            1 -1 0  ]
  12.     }
  13.  
  14.     coordinate3        DEF +1 Coordinate3 {
  15.     }
  16.  
  17.     splineList        NodeKitListPart {
  18.     childTypeNames    "RsnSplineKit"
  19.     containerNode        Group {
  20.         RsnSplineCatRomKit {
  21.         fields [ SoSFShort startCtrlPts, 
  22.              SoSFShort numCtrlPts,
  23.              SoSFShort startTessPts,
  24.              SoSFShort numTessSteps,
  25.                SFNode ctrlCoordinate3,
  26.              SFNode coordinate3,
  27.              SFShort order,
  28.              ]
  29.         startCtrlPts 0
  30.         numCtrlPts   2
  31.         startTessPts 0
  32.         numTessSteps 1
  33.         order        4
  34.         ctrlCoordinate3            USE +0
  35.  
  36.         coordinate3            USE +1
  37.  
  38.         }
  39.     }
  40.  
  41.     }
  42.  
  43. }
  44.